'Declaration Public Function New( _ ByVal item As T, _ ByVal changeType As SourceChangeType, _ ByVal ordinal As Integer _ )
public SourceChangeEventArgs<T>( T item, SourceChangeType changeType, int ordinal )
Parameters
- item
- Changed object.
- changeType
- Type of change.
- ordinal
- Ordinal position of the changed item.